UnitSystems

database_builder.UnitSystems()

Enumeration for accepted values for the unit_system field.

Attributes

imperial : str

Represents the imperial unit system.

metric : str

Represents the metric unit system.

Back to top